home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 402_01 / cforms-2.2 / HISTORY < prev    next >
Encoding:
Text File  |  1993-07-20  |  1.7 KB  |  54 lines

  1. @(#) HISTORY,v 1.12 1993/07/21 01:14:58 lasse Exp
  2.         This is how CForms has evolved
  3.         ------------------------------
  4.  
  5.     Version 2.2
  6.     -----------
  7. 930721    Better editing functionality for fields.
  8. 930721    Added global events which are active on all pictures in all modules.
  9. 930721    Exit and Entry event routines may now do fld_move and get correct
  10.     result. For instance to validate fields and move back if illegal
  11.     value has been entered.
  12. 930721    Added the special key ANY to catch all keys in an event. The
  13.     code of the key is available in the variable event_code.
  14. 930720    Added the key DEL.
  15. 930531    Added the cforms_refresh.
  16. 930531    Added the cforms_system call as suggested by Russel Fulton.
  17.  
  18.     Version 2.1
  19.     -----------
  20. 930520    CCode statements are not mangled, the generated code also
  21.     saves the comments.
  22.  
  23.     Version 2.0
  24.     -----------
  25. 930511    The parser is now implemented in YACC.
  26. 930123    Added forbidden fields.
  27. 930123    Added the routine fld_get_trimmed.
  28. 930123    Bugfix: If Event DRAW moves to a field it now works.
  29. 930123    Added SHELL in Makefile.
  30.  
  31.     Version 1.2.1
  32.     -------------
  33. 930120    Fixed the debug output message.
  34. 930120    Added veryclean as maketarget.
  35. 930120    Safer version extraction in Makefile for doc.
  36.     
  37.     Version 1.2
  38.     -----------
  39.  
  40. 930107    Added the -v option to cfc and cfl to print current version.
  41. 930106    In protected fields cursor movements is converted to be movement to
  42.     next field.
  43. 930106    Added 'Center' and 'Max' as possible position values.
  44. 930106    Added the command 'cfl' abd support for multimodule aplications.
  45. 930106    Pictures can have the attribute 'Frame'.
  46. 930106    Fields can be highlighted and the routines fld_sattr and fld_cattr was
  47.     added.
  48. 930106    Fields can be initialized with a value.
  49. 930106    The routine fld_name was added.
  50.  
  51.     Version 1.0
  52.     -----------
  53. 920125    First release.
  54.